chore: convert absolute urls to relativ urls#605
Merged
AlexAndBear merged 1 commit intomainfrom Jan 21, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR converts absolute URLs to relative URLs throughout the documentation. The changes improve portability and maintainability by removing hardcoded /docs/ prefixes and replacing them with relative path references.
Changes:
- Updated internal documentation links from absolute paths (e.g.,
/docs/user/sharing/external) to relative paths (e.g.,./external) - Modified cross-documentation references to use proper relative navigation (e.g.,
../admin/configuration) - Applied changes consistently across English and German translations
Reviewed changes
Copilot reviewed 35 out of 35 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| versioned_docs/version-4.0/user/sharing/file-drop.md | Updated link to external sharing documentation |
| versioned_docs/version-4.0/user/index.md | Converted all table of contents and navigation links to relative paths |
| versioned_docs/version-4.0/user/admin/web-dav.md | Updated app token guide references |
| versioned_docs/version-4.0/dev/web/testing/running-tests.md | Converted development setup and Keycloak documentation links |
| versioned_docs/version-4.0/dev/web/index.md | Updated getting started guide reference |
| versioned_docs/version-4.0/dev/web/getting-started.md | Converted development setup and extension system links |
| versioned_docs/version-4.0/dev/web/extension-system/viewer-editor-apps.md | Updated web app documentation references |
| versioned_docs/version-4.0/dev/web/extension-system/index.md | Converted all extension type documentation links |
| versioned_docs/version-4.0/dev/web/extension-system/extension-types/*.md | Updated extension base configuration references across multiple files |
| versioned_docs/version-4.0/dev/web/development/*.md | Converted tooling and testing documentation links |
| versioned_docs/version-4.0/dev/server/configuration/config-system.md | Updated service documentation references |
| versioned_docs/version-4.0/dev/server/apis/*.md | Converted HTTP and gRPC API references |
| versioned_docs/version-4.0/admin/maintenance/upgrade/*.md | Updated backup and troubleshooting links |
| versioned_docs/version-4.0/admin/getting-started//.md | Converted common issues documentation references |
| versioned_docs/version-4.0/admin/configuration/authentication-and-user-management/*.md | Updated Keycloak and external IDP references |
| i18n/de/docusaurus-plugin-content-docs/*/user/index.md | Applied same changes to German translations |
| docs/user/index.md | Updated current version documentation links |
| docs/admin/configuration/authentication-and-user-management/external-idp.md | Updated Keycloak integration reference |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -34,7 +34,7 @@ to work with OpenCloud: | |||
|
|
|||
| The following environment variables are relevant when connecting OpenCloud to | |||
| an external IDP. An example configuration for Keycloak is provided the | |||
There was a problem hiding this comment.
Corrected spelling of 'relativ' to 'relative' in the PR title.
Suggested change
| an external IDP. An example configuration for Keycloak is provided the | |
| an external IDP. An example configuration for Keycloak is provided in the |
micbar
approved these changes
Jan 21, 2026
Member
micbar
left a comment
There was a problem hiding this comment.
looking good, the build doesn't complain and we see no new broken link warnings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.